!pip install Fight-Detection
!pip install pytube
!pip install git+https://github.com/giuliano-oliveira/gdown_folder.git
import gdown
from moviepy.editor import *
from fight_detection import Fight_utils
# Download Test Videos
gdown.download_folder('https://drive.google.com/drive/u/1/folders/1-13yTD5sw3KmsgdAYjYdOTeOymZ_fpCN', quiet=True)['/content/TestVideos/InputVideo1.mp4',
'/content/TestVideos/InputVideo2.mp4',
'/content/TestVideos/InputVideo3.mp4',
'/content/TestVideos/InputVideo4.mp4']